SftTree/NET 2.0

AllowMergeFromPreviousDefault Property, HeadersClass Class

Softel vdm, Inc.

Defines the default value for the CellBaseClass.AllowMergeFromPrevious property for cells in column headers, whether cells allow merging with cells in the previous column.

Syntax      HeadersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property AllowMergeFromPreviousDefault As Boolean

C#   

public bool AllowMergeFromPreviousDefault { get; set; }

C++   

public: property bool AllowMergeFromPreviousDefault {
        bool get();
        void set(bool value);
}

Property Value

True if cells are eligible to be used for cell merging by the previous adjacent cell, otherwise False.

The default value is False.

Comments

The AllowMergeFromPreviousDefault property defines the default value for the CellBaseClass.AllowMergeFromPrevious property for cells in column headers, whether cells allow merging with cells in the previous column.

The default settings for cell merging can be defined using these properties: AllowMergeFromPreviousDefault for column headers, Footers.AllowMergeFromPreviousDefault for column footers and ColumnClass.AllowMergeFromPreviousDefault for each column.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com